Revision: bazaar--archive-mirror--1.4--patch-1
Archive: Matthieu.Moy@imag.fr--public
Creator: Matthieu Moy <Matthieu.Moy@imag.fr>
Date: Wed May 11 14:35:41 MEST 2005
Standard-date: 2005-05-11 12:35:41 GMT
Modified-files: commands/archive-mirror.c
New-patches: Matthieu.Moy@imag.fr--public/bazaar--archive-mirror--1.4--patch-1
Summary: bugfix: baz archive-mirror -a with several archives reported archive corruption
Keywords: 

The comparison

  if (temp && str_cmp(temp->mirror_of, wanted_name))

was using NULL for temp->mirror_of for the master archive (This happens
if the previous "if" swapped state->from and temp).

I'm not sure my fix is the right thing to do, but it works for me.
